home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pass27.zip / PASSWORD.DOC next >
Text File  |  1992-02-15  |  5KB  |  139 lines

  1.             Telegard Password Monitor v2.7Σ
  2.           Copyright (c) 1991-92 by James Dudek
  3.               All rights reserved
  4.  
  5.         Telegard is Copyright (c) 1991 by Martin Pollard
  6.  
  7.        Compiled using Turbo Pascal v6.0 by Borland International
  8.  
  9.    WARNING: This program is for use with TELEGARD v2.7 ONLY! Attempts to
  10.         use it with any other version will destroy your USER.LST!
  11.  
  12.    WARRANTY: I make no warranty for this program whatsoever. It has been
  13.          Beta tested with no ill effects both on my system and one
  14.          other. As with any program that reads and writes to the
  15.          Telegard system files, I consider it good practice to make 
  16.          a backup of your BBS before running this or any other program.
  17.  
  18.  
  19. INSTALLATION:
  20.  
  21.    To begin, create a directory where you would like PASSWORD to reside.
  22. Then copy the PASSWORD.EXE file to that directory.
  23.  
  24.  
  25. CONFIGURATION:
  26.  
  27.    To configure PASSWORD for use you'll need to decide if you want the 
  28. current passwords to be changed now or in X number of days. 
  29.  
  30. To configure PASSWORD to require a password change now, enter... 
  31.  
  32.             PASSWORD CFG NOW
  33.  
  34. To configure PASSWORD to require a password change in X days enter...
  35.  
  36.             PASSWORD CFG DLY.
  37.  
  38.    Once you have entered one of the above commands you will be presented
  39. with a configuration screen for PASSWORD. The first thing you must do is
  40. enter the path to your TELEGARD directory (ie: c:\bbs). After this has been
  41. done, PASSWORD will import some information from TELEGARD into it's own
  42. configuration. Things like your BBS name and your SysOp name will be read 
  43. into PASSWORD's configuration. 
  44.  
  45. (THE FOLLOWING APPLIES TO THE REGISTERED VERSION ONLY!)
  46. (EVALUATION COPIES DEFAULT TO: PASSWORDS TO STORE = 1  )
  47.                  (             HANGUP = YES)
  48.                  ( ILLEAGAL PASSWORDS = 2  )
  49.                  (     DAYS TO CHANGE = 10 )
  50.  
  51.    After the BBS and SysOp names are displayed on the screen, you will be 
  52. prompted for the number of old passwords to keep on file for each user. 
  53. This number may be between 1 and 10. PASSWORD will check new passwords 
  54. against the ones on file and if the new password matches one on file, the 
  55. user will not be allowed to use that password.
  56.    The next thing you are prompted for is whether PASSWORD should hang up on
  57. the user if he fails to change his password. That is entirely up to you.
  58.    After that, you are prompted for the number of ILLEGAL password attempts
  59. a user is allowed. A user must enter his current password in order to change
  60. to a new password. This number is how many times he can get his current
  61. password wrong before PASSWORD hangs up on him.
  62.    The final thing you are prompted for is how often to require users to
  63. change their password. You can go as nutso as every day or as high as every
  64. 255 days. The frequency of change is up to you.
  65.    Once you have completed all of the above, PASSWORD will build it's data
  66. file on your users. Once this is complete, you are ready to run PASSWORD
  67. with a user ON-LINE!
  68.  
  69.  
  70. ONLINE USE:
  71.  
  72.    To use PASSWORD with a user ON-LINE is fairly easy. Simply create a
  73. FIRSTCMD in your MAIN MENU as follows...
  74.  
  75.         Long Descript : <NULL>
  76.         Short Descript: <NULL>
  77.         CMD Letters   : FIRSTCMD     >> The t58 command is so this
  78.         ACS Required  : t58!s255   <<<< command is only run once
  79.         CMD Keys      : DD           >> while the user is on-line
  80.         Mstring       : password.bat @R
  81.         Flags         : <HIDDEN>
  82.  
  83.  
  84.     Then create PASSWORD.BAT.....
  85.  
  86.                 copy DORINFO1.DEF c:\path_to_password
  87.                 cd c:\path_to_password
  88.                 password %1
  89.  
  90.  
  91.             >>>>   OR   <<<<
  92.  
  93.     If PASSWORD is in you MAIN BBS Directory....
  94.  
  95.         Long Descript : <NULL>
  96.         Short Descript: <NULL>
  97.         CMD Letters   : FIRSTCMD     >> The t58 command is so this
  98.         ACS Required  : t58!s255 <<<<<< command is only run once
  99.         CMD Keys      : DD           >> while the user is on-line
  100.         Mstring       : password @R
  101.         Flags         : <HIDDEN>
  102.  
  103.            (NO BATCH FILE REQUIRED TO RUN THIS WAY)
  104.  
  105.  
  106.     In the batch file that calls Telegard place the following
  107.     immediately after the line that calls Telegard....
  108.  
  109.         if not exist c:\path_to_bbs\pwchange.now goto LOOP
  110.         cd c:\path_to_password
  111.         PASSWORD UPDATE
  112.         goto LOOP
  113.         
  114.         where path_to_XXXXX are your bbs and password path
  115.  
  116.     That's all there is to it! Enjoy!
  117.  
  118.  
  119.    If you have any comments or suggestions, I can be reached at.....
  120.  
  121.             USTGnet 85:837/104
  122.                 or
  123.             FidoNet 1:115/398
  124.  
  125.  
  126.  
  127.    If you like and use this program PLEASE take the time to register it!
  128. Registration removes the UNREGISTERED message, provides full configuration, 
  129. removes the annoying BEEP, provides free updates for 1 year and entitles
  130. you to discounted registration on future MasterCode programs.
  131.  
  132. To register this program send $15.00 to:  Jim Dudek
  133.                       c/o The File Master BBS
  134.                       P.O. Box 8531
  135.                       Rolling Meadows, Il. 60008
  136.  
  137.   PLEASE include your BBS NAME, and PHONE NUMBER without it I cannot
  138.   provide a registration number or deliver your registered copy!
  139.